runtime.muintptr.ptr (method)
21 uses
runtime (current package)
debugcall.go#L137: if mp != gp.lockedm.ptr() {
mgc.go#L1415: if mp := node.m.ptr(); mp != nil {
mgc.go#L1545: releasem(node.m.ptr())
proc.go#L1689: mp := p.m.ptr()
proc.go#L2666: unlockextra(mp.schedlink.ptr(), -1)
proc.go#L2667: return mp, mp.schedlink.ptr() == nil
proc.go#L2850: newm := newmHandoff.newm.ptr()
proc.go#L2854: next := newm.schedlink.ptr()
proc.go#L3131: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3157: mp := gp.lockedm.ptr()
proc.go#L5872: id = pp.m.ptr().id
proc.go#L5901: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L6306: mp := pp.m.ptr()
proc.go#L6349: mp := pp.m.ptr()
proc.go#L6410: if lockedm := gp.lockedm.ptr(); lockedm != nil {
proc.go#L6480: mp := sched.midle.ptr()
runtime2.go#L310: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
rwmutex.go#L110: w := rw.writer.ptr()
rwmutex.go#L151: for rw.readers.ptr() != nil {
rwmutex.go#L152: reader := rw.readers.ptr()
tracestack.go#L73: mp = gp.lockedm.ptr()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |